home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7869 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  979 b 

  1. Path: news.iadfw.net!usenet
  2. From: Larry Weiss <lfw@iadfw.net>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: #include --> Question
  5. Date: Thu, 29 Feb 1996 06:20:21 -0600
  6. Organization: ...
  7. Message-ID: <31359A05.4014@iadfw.net>
  8. References: <4gvp2c$sdr$1@mhafc.production.compuserve.com> <4h1d2l$4n3@pyrrhus-f.hrz.tu-chemnitz.de> <4h2si8$1bf@solutions.solon.com>
  9. NNTP-Posting-Host: dal02-13.ppp.iadfw.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Peter Seebach wrote:
  16. > The character '\' introduces undefined behavior in a header file name.
  17. >
  18.  
  19. Peter, are you sure about this?   Can you cite a clause of the Standard?
  20.  
  21. I'm looking at Clause 6.8.2 and 6.1.7.  The only characters that cannot be
  22. used in a #include "name" header name according to those sections are
  23. newline and doublequote.     
  24.  
  25. Of course, all interpretation of the characters used to signify a
  26.  #include "name" are implementation defined.
  27.